win32: use the same parameter name as the implementation
authorIgnacio Casal Quinteiro <icq@gnome.org>
Thu, 8 Oct 2015 15:48:57 +0000 (17:48 +0200)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Thu, 8 Oct 2015 16:07:49 +0000 (18:07 +0200)
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkwin32display.h

index 906f0bd63fef1b2f29ce8c517606253ccc5e67f6..d2dbcf7d0afa2f008f069268d0ce46b9309a46e4 100644 (file)
@@ -29,7 +29,7 @@
 /**
  * gdk_win32_display_set_cursor_theme:
  * @display: (type GdkWin32Display): a #GdkDisplay
- * @theme: (allow-none) the name of the cursor theme to use, or %NULL to unset
+ * @name: (allow-none) the name of the cursor theme to use, or %NULL to unset
  *         a previously set value
  * @size: the cursor size to use, or 0 to keep the previous size
  *
index 84d51fde37497c096dc89ec13486223aea7ea9ab..df2d98537c115193c17e633f805c36df382db0b5 100644 (file)
@@ -52,7 +52,7 @@ GType      gdk_win32_display_get_type            (void);
 
 GDK_AVAILABLE_IN_3_18
 void       gdk_win32_display_set_cursor_theme    (GdkDisplay  *display,
-                                                  const gchar *theme,
+                                                  const gchar *name,
                                                   gint         size);
 
 G_END_DECLS